Skip to content

First version#2

Open
Vicbeg wants to merge 56 commits intomasterfrom
dev
Open

First version#2
Vicbeg wants to merge 56 commits intomasterfrom
dev

Conversation

@Vicbeg
Copy link
Collaborator

@Vicbeg Vicbeg commented Mar 19, 2026

Prepared a first version of this analysis pipeline using nf-core/modules and RNA framework.
Some output types may still be missing before it is complete.

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/rnastructurome branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

Vicbeg and others added 30 commits February 19, 2026 13:25
Add RNAFramework analysis modules (rf-count, rf-norm, rf-fold)
@Vicbeg Vicbeg assigned Vicbeg, afg1 and pmb59 and unassigned Vicbeg Mar 19, 2026
@github-actions
Copy link

nf-core pipelines lint overall result: Failed ❌

Posted for pipeline commit 8ee2cf8

+| ✅ 271 tests passed       |+
#| ❔   4 tests were ignored |#
#| ❔   1 tests had warnings |#
!| ❗   4 tests had warnings |!
-| ❌  12 tests failed       |-
Details

❌ Test failures:

  • nextflow_config - Config manifest.version should not contain dev for a release: 1.0.0dev
  • nextflow_config - Lines for loading custom profiles not found. File should contain:
// Load nf-core custom profiles from different institutions
includeConfig params.custom_config_base && (!System.getenv('NXF_OFFLINE') || !params.custom_config_base.startsWith('http')) ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
  • nextflow_config - Config default value incorrect: params.rffold_vienna_rnaplot is set as RNAplot in nextflow_schema.json but is /usr/local/bin/RNAplot in nextflow.config.
  • nextflow_config - Config default value incorrect: params.rnaframework_container is set as docker.io/rnastructurome/rnaframework:2.9.6-r1 in nextflow_schema.json but is ghcr.io/vicbeg/rnaframework:2.9.6-r2-runtime in nextflow.config.
  • nf_test_content - 'tests/main.nf.test' does not snapshot a 'versions.yml' file
  • files_unchanged - .gitignore does not match the template
  • schema_params - Param rfnorm_norm_method from nextflow config not found in nextflow_schema.json
  • schema_params - Default value for param genomes invalid: Not in pipeline parameters. Check nextflow.config.
  • multiqc_config - assets/multiqc_config.yml does not meet requirements: Section software_versions 'order' must be < 0
  • version_consistency - manifest.version was not numeric: 1.0.0dev!
  • version_consistency - nfcore_yml.version was not numeric: 1.0.0dev!
  • included_configs - Pipeline config does not include custom configs. Please uncomment the includeConfig line.

❗ Test warnings:

  • files_exist - File not found: conf/igenomes.config
  • files_exist - File not found: conf/igenomes_ignored.config
  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • schema_params - Schema param genomes not found from nextflow config

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: assets/email_template.html
  • files_unchanged - File ignored due to lint config: assets/nf-core-rnastructurome_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-rnastructurome_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-rnastructurome_logo_dark.png

❔ Tests fixed:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.2
  • Run at 2026-03-19 15:14:32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants